MinetestMapper_SFX v1.01
A simple Command-Line "GUI" for Minetest Mapper C++

MinetestMapper_SFX is a self-extracting archive created with NSIScript
that bundles a batch file and a copy of Minetest Mapper C++ together.
You can easily open with 7zip to view nsi and bat files used.

changes made in MinetestMapper_SFX v1.01:
-several gammar and punctuation errors within batch file fixed.
-Output files now have an option to add date time to end of file name.
-Option to rename pre-existing files with the same name by adding date time to end of file name instead of overwriting
-SFX Archive will now provide a colors.txt if one isnt present (skip if already there)
-removed splash screen and settings.ini functions
-various tweaks to both the html help & README files

To map a Minetest saved game world just place the MinetestMapper_SFX.exe file in you Minetest Root folder and launch.
Answer a few questions and you are on the way.


***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***

Minetest Mapper C++

Usage:
Binary minetest_mapper has two mandatory paremeters,
-i (input world path) and -o (output image path).

example:
./minetest_mapper -i /home/user/.minetest/worlds/my_world/ -o /home/user/map.png

Parameters:

bgcolor:Background color of image,
--bgcolor #ffffff

scalecolor:Color of scale,
--scalecolor #000000

playercolor:Color of player indicators,
--playercolor #ff0000

origincolor:Color of origin indicator,
--origincolor #ff0000

drawscale:Draw tick marks,
--drawscale

drawplayers:Draw player indicators,
--drawplayers

draworigin:Draw origin indicator,
--draworigin

geometry:Limit area to specific geometry,
--geometry -800:-800+1600+1600

Customization of colors.txt:
Default colors.txt is included in binary.

Color definitions can be redefined using external colors.txt file.
Color format: '#000000'


***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***

Minetest Mapper C++
Copyright (c) 2013-2014, Miroslav Bendk and various contributors (see AUTHORS)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.
SOURCE:
https://github.com/mireq/minetest-mapper-cpp

Copying/Permission
https://github.com/mireq/minetest-mapper-cpp/blob/master/COPYING

Download Windows EXE
https://github.com/downloads/mireq/minetest-mapper-cpp/minetest_mapper.exe

***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***     ***